@charset "utf-8";
/* CSS Document */
.phone{display:none;}
.mob-img{display:none;}
.top-banner{
	position:relative;
}
.top-banner .swiper-pagination-bullets{
	bottom:60px;
}
.top-banner .banner-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    background: #fff;
    border-radius: 0;
    margin-right: 17px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 1;
}
.top-banner .banner-pagination .swiper-pagination-bullet-active {
    background: #e60012;
}
.scroll{
    top: auto;
    bottom: 60px;
	position: absolute;
    left:28px;
    z-index: 2;
}
.scrol{
	display:flex;
	justify-content: space-between;
	position: absolute;
	bottom:3%;
	left:0;
	align-items: center;
	width:100%;
	padding:0 28px;
}
.scrolr{
    top: auto;
    bottom: 60px;
	position: absolute;
    right: 28px;
    z-index: 2;
}
.scroll-indocator{
	width: 1px;
    margin: auto;
	height: 120px;
    top: auto;
    bottom: 0;
	position: absolute;
    left: 0;
    right: 0;
    display: flex;
    z-index: 100;
    color: #fff;
}
.scroll-indocator:before, 
.scroll-indocator:after {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: auto;
    content: "";
    background-color: #fff;
	width: 1px;
    height: 60px;
    margin: auto;
}
.scroll-indocator:before{
	opacity:0.2;
}
.scroll-indocator, 
.scroll-indocator:before, 
.scroll-indocator:after {
    height: 120px;
}
.scroll-indocator:after {
    animation: ScrollnavigateAnimation 2s infinite cubic-bezier(0.77,0,0.18,1);
}
.section5{
	padding-top:140px;
}
.section .title-wrap,
.section5 .title-wrap{
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-top:100px;
	margin-bottom: 20px;
}
.section .more-btn a,
.section5 .more-btn a{
	color:#000;
	font-size:18px;
	transition: opacity 0.6s ease 1.1s, transform 0.8s ease 1.1s, background-color 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s;
	font-family: misanR;
}
.section .more-btn a:hover,
.section5 .more-btn a:hover{
    color: #e60012;
}
.home-title h5{
	font-size:50px;
	color:#1a1a1a;
	font-family: psp;
}
.home-title span{
	font-size:24px;
	color:#1a1a1a;
	padding-left: 36px;
	font-family:misanM,Aril;
}
.about-wrap p{
	font-size:18px;
	color:#404040;
	line-height: 32px;
}

/****************简介****************/
.a1{
	position:relative;
}
.duib{
	display:flex;
	justify-content: space-between;
	margin-top: 8px;
}
.a1.half{
	width:calc(50% - 4px);
}
.a1 .wz-txt{
	position:absolute;
	z-index: 1;
	left:60px;
	bottom:30px;
}
.a1 .wz-txt h5{
	color:#fff;
	font-size:20px;
	font-family: psp, "sans-serif";
}
.a1 .wz-txt h2{
	color:#fff;
	font-size:55px;
	font-family: misanM;
	margin:20px 0 60px;
}
.a1.half .wz-txt h2{
    max-width:80%;
}
.a1 .wz-txt .vm{
	display: block;
	position: relative;
	color:#fff;
	font-size:16px;
	font-family: psp, "sans-serif";
	line-height: 30px;
	text-transform: uppercase;
	width:135px;
}
.a1 .wz-txt .vm:after{
	content: '';
	position:absolute;
	bottom:0;
	left: 0;
	background: #ff0000;
	height: 1px;
	width: 0;
	transition: all .3s;
}
.a1:hover .wz-txt .vm:after{
	width:100%;
	transition: all .3s;
}

/****************新闻****************/
.ntab{margin-left:-210px;}
.ntab li{
	display:inline-block;
	font-size:24px;
	color:#000;
	font-family:misanM;
	margin:0 25px;
 }
.ntab li.sub_on{
	border-bottom:1px solid #e10006;
}
.newl .left{
	float:left;
	width:52%;
}
.newl .right{
	width:48%;
	float:right;
	padding:0 3%;
}
.newl .right h2{
	font-size:32px;
	color:#000;
	padding:20px 0;
	border-bottom: 1px solid #000;
	position:relative;
}
.newl .right h2:after{
	width:0;
	height:2px;
	content: '';
	display:block;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -1px;
	background: #e60012;
	transition: width .5s;
}
.newl .right p{
	font-size:20px;
	color:#000;
	line-height: 30px;
	padding:20px 0;
}
.newl .right li:hover h2,
.newl .right li.on h2{
	color:#e60012;
}
.newl .right li:hover h2:after,
.newl .right li.on h2:after{
	width:100%;
	color:#e60012;
	transition: width 1s;
}


.newspic li{display: none;}
.newspic li.active{display: block;}













.section2 .img-box{
	display:block;
	margin-top:75px;
	background: #dbdbdb;
	position:relative;
	transition: all .3s;
	cursor: pointer;
}
.section2 .word{
	position:absolute;
	z-index: 3;
	left:50%;
	transform: translateX(-50%);
	top:15%;
}
.section2 .word h2{
	font-size:48px;
	color:#1a1a1a;
	margin-bottom: 20px;
}
.section2 .word .enter{
	width:230px;
	height:60px;
	font-size:30px;
	text-align: center;
	line-height: 60px;
	border:1px solid #1a1a1a;
	margin-top: 20%;
}
.section2 .word img{
	transform:translateX(-160px);
}
.section2 .img-box:hover{
	background:#c2c2c2;
	transition: all .3s;
}



/**************项目***************/
.pjlb .sw-txt{
	position:absolute;
	z-index: 1;
	left:56px;
	bottom:60px;
}
.pjlb .sw-txt h3{
	font-size:20px;
	color:#fff;
	text-transform: uppercase;
	font-family: psp;
}
.pjlb .sw-txt h5{
	font-size:55px;
	color:#fff;
	font-family: misB;
}
.pjlb .swiper-pagination-bullets{
	bottom:47px;
	right:147px;
	width:120px;
	left: auto;
}
.pjlb .swiper-pagination-bullet{
	width:16px;
	height:16px;
	background: #fff;
	margin:0 8px;
	opacity: 1;
}
.pjlb .swiper-pagination-bullet-active{
	background:#ff0000;
}


/*************设计************/
.yzt{
	margin:28px 0;
	position:relative;
}
.yzt .yzt-txt{
	width:50%;
	height: 100%;
	position:absolute;
	z-index: 1;
	right:0;
	top:0;
	padding-left:15%;
	padding-top:20%;
	background: rgba(255,255,255,.7);
}
.yzt .yzt-txt h2{
	font-size:55px;
	color:#000;
	font-family: misB;
}
.yzt .yzt-txt h3{
	font-size:20px;
	color:#000;
	text-transform: uppercase;
	font-family: psp;
}
.yzt .yzt-txt a{
	display:block;
	width:180px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color:#000;
	margin-top: 10%;
	border:1px solid #000;
	font-size:18px;
}
.yzt .yzt-txt a:hover{
	color:#fff;
	background: #e10006;
	border:none;
}

/*************个性化店铺************/
.gxdp{
	display:flex;
}
.gxdp .item1,.gxdp .item2,.gxdp .item3{flex: 1}
.gxdp .item2{
	max-width:30%;
	background:#ff0000;
	padding:60px 7.5%;
}
.gxdp .item2 h2{
	font-size:55px;
	color:#fff;
	text-align: center;
	font-family: misB;
}
.gxdp .item2 h5{
	font-size:20px;
	color:#fff;
	text-align: center;
	font-family: vivo;
	text-transform: uppercase;
}
.gxdp .item2 p{
	font-size:20px;
	color:#fff;
	text-align: center;
	font-family: misanM;
	line-height: 36px;
	margin:50px 0;
}
.gxdp .item2 a{
	display: block;
	margin:0 auto;
	width:180px;
	color:#fff;
	line-height: 50px;
	text-align: center;
	font-size:18px;
	font-family: misanL;
	border:1px solid #fff;
}
.gxdp .item2 a:hover{
	background:#fff;
	color:#ff0000;
}

.section6 video{display:block;}


/*********设计*********/
.in-news__list {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.in-news__list>div {
    overflow: hidden;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    max-width: 80px;
    -webkit-transition: max-width 0.5s, -webkit-flex-basis 0.5s;
    transition: max-width 0.5s, -webkit-flex-basis 0.5s;
    -o-transition: flex-basis 0.5s, max-width 0.5s;
    transition: flex-basis 0.5s, max-width 0.5s;
    transition: flex-basis 0.5s, max-width 0.5s, -webkit-flex-basis 0.5s, -ms-flex-preferred-size 0.5s;
}
.in-news__list .active {
    flex-basis: calc(100% - 240px);
    max-width: calc(100% - 240px);
}

.in-news__list .item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100vw - 80*5px);
	position: relative;
}
.in-news__list .ntl-pic, 
.in-news__list .inl-sub {
    display: inline-block;
    vertical-align: top;
}
.in-news__list .ntl-pic {
    width: 50%;
    flex-basis: 50%;
}
.ntl-pic {
    position: relative;
}
.ntl-pic:before {
    content: "";
    display: block;
    padding-top: 90%;
}
.in-news__list .ntl-pic .bg-cover, 
.in-news__list .ntl-pic .pic-ani {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.time-box {
    text-align: center;
    padding-top: 40px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 100;
	cursor: pointer;
}
.ntl-time {
    width: 80px;
    background-color: #6f584a;
}
.in-news__list .time-box span {
    text-align: left;
    height: 390px;
	text-transform: uppercase;
	font-size:24px;
	font-family: psp;
	line-height: 80px;
}
.time-box p, .time-box span {
    color: #fff;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.in-news__list .ntl-time p {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    letter-spacing: .26042vw;
}
.time-box p {
    font-size: 24px;
    margin: auto;
    padding-top: 50px;
	font-family: misanM;
}
.in-news__list .inl-sub {
    width: 50%;
    flex-basis: 50%;
    padding-left: 4%;
    padding-right: 10%;
}
.in-news__list .ntl-pic, 
.in-news__list .inl-sub {
    display: inline-block;
    vertical-align: top;
}
.inl-bottom__cont {
    position: absolute;
    bottom: 20px;
}
.in-news__list .inl-txt {
    border-top:1px solid #000;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size:18px;
	color:#000;
	line-height: 36px;
	font-family: misanL;
}
.vm-btn {
    display: inline-block;
    font-size: 16px;
    font-family: "SangBleuOGSans-Regular";
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    color: #010101;
	font-family: psp;
}
.vm-btn:after {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #ff0000;
}
.vm-btn:hover:after {
    -webkit-transition: width .4s ease-out;
    transition: width .4s ease-out;
    left: 0;
    width: 100%;
}
.mt-60 {
    margin-top: 60px;
}

.inl-top__cont a{
	display: block;
	font-size:32px;
	color:#000;
	font-family: misanM;
	margin-top: 60px;
}


.video-box{
      width: 100%;
      height: auto;
      overflow: hidden;
      cursor: pointer;
      background: #000;
      position: relative;
    
}
.video{
        width: 100%;
        height: 100%;
        opacity: 1;
        visibility: visible;
        position: relative;
        z-index: 1;
        transition: all 0.8s;
}
.video.cur{
        opacity: 0;
        visibility: hidden;
}
.btnx{
        width: 91px;
        height: 91px;
        position: absolute;
        left: 50%;
        top:50%;
        margin-top: -45.5px;
        margin-left: -45.5px;
        z-index: 3;
        transform:scale(1);
        opacity: 1;
        transition: all 0.8s;
      }
.imga{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        transform: translate(0, 0);
        opacity: 1;
        transition: all 0.8s;
}
.video-box.cur .btnx {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 0;
    visibility: hidden;
}
.video-box.cur .imga {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.video-box video {
    width: 100%;
    max-height: 620px;
    height: auto;
}